home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global letgo, movielist
- if the doubleClick then
- if count(movielist) >= 24 then
- exit
- end if
- set the ink of sprite 14 to 4
- updateStage()
- set yu to the clickOn
- addbarC(yu)
- updateStage()
- exit
- end if
- set letgo to 2
- end
-
- on mouseUp
- global reset, letgo
- if the doubleClick then
- exit
- end if
- set letgo to 0
- set reset to 1
- end
-